Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/100-hulu webpage clone/

index.html /cody/solygambas/html-css-javascript-projects/100-hulu webpage clone/index.html
414 Views
0 Comments
<!-- Based on Hulu Webpage Clone | HTML & CSS by Brad Traversy (2021)
see: https://www.youtube.com/watch?v=9OVLaEjY-Rc -->

<!DO
script.js /cody/solygambas/html-css-javascript-projects/100-hulu webpage clone/script.js
239 Views
0 Comments
const modal = document.querySelector(".modal");
const loginButton = document.querySelector(".login-btn");
const closeButton = do
style.css /cody/solygambas/html-css-javascript-projects/100-hulu webpage clone/style.css
179 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap");

* {
box-sizing: border-box;
ma